From cf0f43ec84f41faf8acc94f38c289b7fb1cff55b Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Sun, 10 Feb 2019 18:26:45 +0100 Subject: [PATCH] tools/xl/bash-completion: also complete 'xen' We have the `xen` alias for xl in Debian, since in the past it was a command that could execute either xl or xm. Now, it always does xl, so, complete the same stuff for it as we have for xl. Signed-off-by: Hans van Kranenburg [git-debrebase split: mixed commit: debian part] --- debian/xen-utils-common.links | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/xen-utils-common.links b/debian/xen-utils-common.links index 1ca21a921b..bc0d44ada7 100644 --- a/debian/xen-utils-common.links +++ b/debian/xen-utils-common.links @@ -1 +1,2 @@ usr/share/doc/xen/html usr/share/doc/xen-utils-common/html +usr/share/bash-completion/completions/xl usr/share/bash-completion/completions/xen -- 2.30.2